Welcome![Sign In][Sign Up]
Location:
Search - linux c tcp

Search list

[Linux-Unixdecode_tcp

Description: 自己写的一个TCP协议选项解析,能够提取出SYN包中的选项内容,运行平台是linux,C语言开发,已经经过测试-Write a TCP protocol option parsing to extract the contents of the SYN packet in the option, run the platform is linux, C language development, has been tested
Platform: | Size: 21504 | Author: chemingming | Hits:

[Linux-UnixTCP-multi-pthread-program

Description: 在linux环境下的用C语言编写的基于TCP/IP协议的网络编程的程序。-In the linux environment using C language based on TCP/IP protocol network programming process.
Platform: | Size: 17408 | Author: 邹林 | Hits:

[Linux-UnixTCP-to-begin-same-time-multi-process

Description: 基于linux环境下的基于TCP/IP的C语言的并发多进程服务器程序。-Linux-based environment based on the TCP/IP-C-concurrent multi-process server program.
Platform: | Size: 16384 | Author: 邹林 | Hits:

[Embeded Linuxcrisscross-latest.tar.tar

Description: CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统, NetBSD的, Mac OS X的,甚至是NDS 。其他平台可能成为支持的请求。其主要思想是提供的能力,写一个程序使用相同的呼吁主要平台,而无需重写代码。-CrissCross is a small cross-platform C++ library for handling console and file I/O, CPU identification (CPUID), hashing (MD2, MD4, MD5 encoding, the SHA- 1, SHA-256, SHA-512, Tiger), Socket (TCP and the only UDP) and data structures (LList, DArray, RedBlackTree, AVLTree, SplayTree, etc.). Its purpose is to run on Windows, Linux, FreeBSD' s, OpenBSD system, NetBSD' s, Mac OS X, or even NDS. Other platforms may become supported the request. The main idea is to provide the ability to write a program using the same appeal to the major platforms without rewriting code.
Platform: | Size: 501760 | Author: Mike | Hits:

[Internet-Networkipmsg

Description: 基于LINUX 下,C语言实现的飞鸽传输项目,是学习linux网络编程比较好的项目例子。 主要包括:TCP/IP的协议,TCP实现文件的传输,UDP消息和广播,以及网络多线程操作实现。 此外还包含一个方便调试项目的飞鸽传输WINDOWS下的应用程序。 -Under LINUX-based, C language Dove transmission project is better to learn linux network programming examples of projects. Include: TCP/IP protocol, TCP for file transfer, UDP messages, and broadcast, and network to achieve multi-threaded operation. Also included is a handy debugging Dove transmission project under WINDOWS applications.
Platform: | Size: 326656 | Author: 陈旋 | Hits:

[Internet-NetworkTCPnet

Description: Linux c 简单的代码 实现TCP客户端与服务器 服务器一直监听客户端并对客户端发送的消息进行显示-Linux c code a simple TCP client and server to listen for client and server has been sent by the client to display a message
Platform: | Size: 2048 | Author: yaota | Hits:

[Linux-UnixLinux

Description: 本文介绍了在Linux环境下的socket编程常用函数用法及socket编程的一般规则和客户/服务器模型的编程应注意的事项和常遇问题的解决方法,并举了具体代 码实例。要理解本文所谈的技术问题需要读者具有一定C语言的编程经验和TCP/IP方面的基本知识。要实习本文的示例,需要Linux下的gcc编译平台支持-This article describes the Linux environment, the use of socket programming and socket programming functions commonly used in the general rules and client/server programming model should pay attention and solution to the problem often encountered, both the specific code examples. To understand this article to talk about technical problems to the reader has some programming experience in C and TCP/IP basic knowledge. To practical examples in this article, you need the gcc compiler under Linux platform support
Platform: | Size: 16384 | Author: 王平 | Hits:

[Internet-Networksource

Description: Linux C/C++下用GTK+发开基于TCP/IP的C/S模式的局域网络聊天室-Linux C/C++ with GTK+ send open based on TCP/IP of C/S mode of local area network chat rooms
Platform: | Size: 6144 | Author: 19910517 | Hits:

[Linux-Unixreport

Description: Linux C/C++下用GTK+发开基于TCP/IP的C/S模式的局域网络聊天室-Linux C/C++ with GTK+ send open based on TCP/IP of C/S mode of local area network chat rooms
Platform: | Size: 194560 | Author: 19910517 | Hits:

[Internet-Networktcpclient

Description: 一个基于Linux上的c语言tcp客户端程序,连接客户端到服务器端-Connecting a TCP client to a server, a client program, based on Linux c
Platform: | Size: 1024 | Author: tony | Hits:

[Internet-Networktcpserver

Description: 一个基于Linux的c语言tcp服务器端程序,连接服务器到客户端,实现tcp/ip协议的网络通信-a tcp server program based on Linux c
Platform: | Size: 2048 | Author: tony | Hits:

[Internet-Networkmyftp

Description: 本系统主要实现一个文件传输功能,即通过TCP或UDP协议,建立局域网内的客户端与服务器端的数据通信,实现从客户端到服务器端的上传和从服务器端到客户端的下载,以及通过命令对服务器端进行文件的各种操作。该系统主要难点在于客户端命令的拆分以及对多用户的请求处理。应熟悉TCP和UDP协议,及网络模型的实际应用。应熟练掌握Linux下的C语言编程,以及通过管道实现进程间的通信。进程/线程对资源的访问方法,文件的读写及内存映射等操作。-linux c++ ftp
Platform: | Size: 518144 | Author: kevin | Hits:

[Linux-Unixtcpserver

Description: Linux下用c语言编写的TCP服务端的源码-C under Linux using TCP server written in the source ~~~~~~
Platform: | Size: 1024 | Author: 刘新 | Hits:

[Linux-Unixtcpclient

Description: linux下用c语言编写的TCP客户端服务源码-c under linux written with the TCP client service source ~ ~ ~ ~
Platform: | Size: 1024 | Author: 刘新 | Hits:

[Internet-Networkfile_server

Description: 采用linux C写的一个TCP文件服务器,具有上传,下载等功能-Linux C wrote a TCP file server, upload, download
Platform: | Size: 22528 | Author: 杨浩然 | Hits:

[Internet-NetworkDos.c.tar

Description: 一个简单的tcp/syn-flood 攻击程序 在linux可以直接运行-A simple tcp/syn-flood attack program can directly run in linux
Platform: | Size: 1024 | Author: Benjiar | Hits:

[Internet-Networkbbs

Description: 用linux C语言写的一个bbs小系统,运行在linux命令行端,一个客户端,一个服务器端,之间的通信原理是TCP/IP-The linux C language to write a bbs system, running on the linux command line terminal, a client, a server-side, communication between the principle of the TCP/IP
Platform: | Size: 113664 | Author: luhao | Hits:

[Internet-Networkchat_by_CT

Description: linux下Tcp网络聊天室,完全基于C语言开发,压缩包内有Makefile文件可直接生成服务器和客户端程序-Tcp Internet chat rooms under linux, based entirely on the C language development, compressed within a server and client program can directly generate the Makefile
Platform: | Size: 4096 | Author: lihang | Hits:

[Internet-NetworkVCPP6.0-Linux-TCP-chatroom

Description: tcp_server.c运行于linux,用于作服务器。客户端用VC++6.0开发,实现了网络聊天室和单对单聊天功能。-tcp_server.c run in linux, is used as a server. The client development VC++6.0 used Internet chat rooms and a single on-one chat function.
Platform: | Size: 3765248 | Author: wenzi | Hits:

[Software Engineeringlinux-socket-introduce

Description: 关于一些socket的简单知识的介绍,socket的基本操作,socket中tcp的三次连接于四次释放原理,和一个C/S的实现代码-The basic operation of the introduction of some simple knowledge of the socket, socket, tcp socket in three connected to the release of four principles, and a C/S implementation code
Platform: | Size: 151552 | Author: 白勇 | Hits:
« 1 2 3 4 5 67 8 9 10 11 12 »

CodeBus www.codebus.net